诗词屋>英语词典>memory access翻译和用法

memory access

英 [ˈmeməri ˈækses]

美 [ˈmeməri ˈækses]

存储访问,内存访问;存取存储器

计算机

英英释义

noun

  • (computer science) the operation of reading or writing stored information
      Synonym:access

    双语例句

    • For C and C++ programs ( not Java or. NET), Purify works by inserting extra instructions around every memory access the program performs.
      对于C和C++程序(而不是Java或者.NET),Purify通过在这个程序执行中的每一个内存访问周围插入额外的指令来工作。
    • The SPEs access main storage with direct memory access ( DMA) commands that move data and instructions between main storage and a private local memory, called a local store or local storage ( LS).
      SPE用直接内存访问(DMA)命令访问主存储器,可以在主存储器与称为本地库或本地存储(LS)的私有本地内存之间移动数据和指令。
    • There is little memory access overhead and rollbacks are rare.
      因为内存访问的开销很低,而且回滚操作很少。
    • The index register is added to the specified address, and the result is used as the address for the memory access.
      索引寄存器会与某个指定的地址相加,结果用作访问内存时使用的地址。
    • It results in a tighter coupling between client and server, and also completely ignores things like latency, failure, lack of a shared memory access, etc.
      它导致客户端和服务之间更加紧耦合,并且完全忽略了像延时、失败、缺乏共享的内存访问等东西。
    • Design and Optimization of Memory Access Structure for Multicore-SoC Based on SPM
      基于SPM的多核SoC访存结构设计与优化
    • We also add the'unsafe'keyword since direct memory access isn't thread safe.
      我们也添加了“不安全”的关键词因为直接内存获取并不安全。
    • The tightly-coupled nature of the CMP allows very short physical distances between processors and memory and, therefore, minimal memory access latency and higher performance.
      CMP紧密耦合的本质使处理器与内存之间的物理距离很短,因此可提供最小的内存访问延迟和更高的性能。
    • With AIX uDAPL, you can incorporate the features provided by the API, including the capability to do remote direct memory access ( RDMA).
      通过使用AIXuDAPL,可以利用API提供的特性,包括远程直接内存访问(RDMA)。
    • To enable memory access, it provides put and set methods for ints, chars, and bytes.
      为允许内存访问,它为int、char和byte提供了put和set方法。